Functional testing
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
In software development, functional testing is a form of software testing that verifies whether a system meets its functional requirements.cite-ref-iso24765-1-0[1]cite-ref-2[2]
Generally, functional testing is black-box, meaning the internal program structure is ignored (unlike for white-box testing).cite-ref-kanerfalknguyen1999-3-0[3]
Sometimes, functional testing is a quality assurance (QA) process.cite-ref-prasad-4-0[4]
As a form of system testing, functional testing tests slices of functionality of the whole system. Despite similar naming, functional testing is not testing the code of a single function.
The concept of incorporating testing earlier in the delivery cycle is not restricted to functional testing.cite-ref-5[5]
Contents
• Types
• See also
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Types
Six steps
Functional testing typically involves six steps
1. The identification of functions that the software is expected to perform
2. The creation of input data based on the function's specifications
3. The determination of output based on the function's specifications
4. The execution of the test case
5. The comparison of actual and expected outputs
6. To check whether the application works as per the customer need
See also
• Non-functional testing – Testing the qualities as opposed to the correctness of software
• Acceptance testing – Test to determine if the requirements of a specification or contract are met
• Regression testing – Checking whether changes to software have broken functionality that used to work
• System testing – Testing conducted on a complete software system
• Software testing – Checking software against a standard
• Integration testing – Type of software testing
• Unit testing – Validating the behavior of isolated source code
• Database testing – The testing of database software systems
• Security testing – The process of finding flaws in the security of information systems
• Load testing – Process of putting demand on a system and measuring its response
• Test automation – Use of purpose-built software to control test execution
References
cite-note-iso24765-11. ↑ ISO/IEC/IEEE 24765:2017, "Systems and software engineering — Vocabulary", International Organization for Standardization, Geneva, Switzerland, 2017.
cite-note-22. ↑ ISO/IEC/IEEE International Standard - Systems and software engineering. ISO/IEC/IEEE 24765:2010(E). 2010. pp. vol., no., pp.1–418, 15 Dec. 2010.
cite-note-55. ↑ "Full Stack Testing". www.thoughtworks.com. Retrieved 2022-09-08.